public class Shared_Double_Array
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected boolean |
swigCMemOwn |
Modifier | Constructor and Description |
---|---|
|
Shared_Double_Array() |
protected |
Shared_Double_Array(long cPtr,
boolean cMemoryOwn) |
Modifier and Type | Method and Description |
---|---|
SWIGTYPE_p_void |
_internal_get_deleter(SWIGTYPE_p_boost__detail__sp_typeinfo ti) |
void |
delete() |
protected void |
finalize() |
SWIGTYPE_p_double |
get() |
protected static long |
getCPtr(Shared_Double_Array obj) |
double |
getElement(int i) |
void |
reset() |
double |
setElement(int i,
double value) |
void |
swap(Shared_Double_Array other) |
boolean |
unique() |
long |
use_count() |
protected Shared_Double_Array(long cPtr, boolean cMemoryOwn)
public Shared_Double_Array()
protected static long getCPtr(Shared_Double_Array obj)
protected void finalize()
finalize
in class java.lang.Object
public void delete()
public void reset()
public SWIGTYPE_p_double get()
public boolean unique()
public long use_count()
public void swap(Shared_Double_Array other)
public SWIGTYPE_p_void _internal_get_deleter(SWIGTYPE_p_boost__detail__sp_typeinfo ti)
public double getElement(int i)
public double setElement(int i, double value)